atspi: D-Bus methods return tuples
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Oct 2020 19:50:36 +0000 (15:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Oct 2020 19:50:36 +0000 (15:50 -0400)
commitdd650ff90e3ccc212f71f38a9a699b60f2caaf01
treef72bd1c74e8205f1e8475b1bab348d5b3b364e63
parent101cbe690e8e303b0579edf07eb7b908282db30f
atspi: D-Bus methods return tuples

I've learned this the hard way: When returning a
value from a D-Bus call, the variant construct must
*always* be g_variant_new ("(...)"...
gtk/a11y/gtkatspitext.c